@charset "utf-8";
/*全局初始化样式*/
body { /*禁用Webkit内核浏览器的文字大小调整功能*/
	-webkit-text-size-adjust: none; /*取出点击出现半透明的灰色背景*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight: rgba(0,0,0,0); /*设置字体的抗锯齿或者说光滑度*/
	-webkit-font-smoothing: antialiased; /*整个页面都禁止选择*/ /*-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;*/ /*其他初始化*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	padding: 0;
	margin: 0 auto;
	font-size: 14px;
	line-height: 24px;
	font-family: "Arial","Microsoft YaHei";
	color: #333;
	width: 100%;
	min-width: 320px;
	zoom: 1;
	background-color: #f9f9f9;
	word-break: break-word;
}

*,
:before,
:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	word-break: break-word;
	outline: 0;
}

table {
	word-break: break-word;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #a7a7a7;
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #a7a7a7;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #a7a7a7;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #a7a7a7;
}

.ul, .ul > li, .dl, .dl > dd, .dl > dt {
	list-style: none;
	font-weight: normal;
}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select, input, textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #333;
}
	/*表单元素获得焦点时不显示虚线框*/
	input:focus {
		outline: none;
	}

input, button, select, textarea {
	font-family: "Arial","Microsoft YaHei";
	outline: none; /*强制去除表单自带的样式*/
}
/*不允许多行输入文本框有滚动条*/
textarea {
	resize: none; /*强制去除textarea自带的样式*/
}
/*初始化表单元素*/
textarea, input, select {
	background: none;
	border: none;
}

canvas {
	display: block;
}
/*初始化图片*/
img {
	border: none;
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto !important;
}
/*初始化a*/
a, a:focus {
	color: #555;
	text-decoration: none;
}

	a:hover {
		color: #0e34a0;
	}

	a, a:hover {
		outline: none;
		text-decoration: none;
		-webkit-transition: all 0.25s linear 0.01s;
		transition: all 0.25s linear 0.01s;
	}
/*全局样式*/
.qui-warp {
	max-width: 1400px;
	margin: 0 auto;
}

.qui-main-box {
	margin-bottom: 100px;
}

.qui-boxall {
	background: #fff;
	padding: 40px;
	min-height: 200px;
}

.qui-clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.qui-clearfix {
	zoom: 1;
}

	.qui-clearfix:after {
		content: '';
		display: block;
		height: 0;
		visibility: hidden;
		clear: both;
	}

.qui-ytable {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.qui-ytable-cell {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
}

	.qui-ytable-cell img {
		max-height: 100%;
	}

.qui-ts {
	white-space: pre-line !important;
}

.qui-tl {
	text-align: left !important;
}

.qui-tr {
	text-align: right !important;
}

.qui-tc {
	text-align: center !important;
}

.qui-tj {
	text-align: justify !important;
}

.qui-fl {
	float: left !important;
}

.qui-fr {
	float: right !important;
}

.qui-text {
	display: block;
	line-height: 22px;
	width: 100%;
	border: 1px solid #eee;
}

.qui-ds-inb {
	display: inline-block;
	vertical-align: top;
	*zoom: 1;
	*display: inline;
}

.qui-ds-none {
	display: none;
}

.qui-ovh {
	overflow: hidden;
}

.qui-dot {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.qui-dot2,
.qui-dot3,
.qui-dot4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.qui-dot2 {
	-webkit-line-clamp: 2;
}

.qui-dot3 {
	-webkit-line-clamp: 3;
}

.qui-dot4 {
	-webkit-line-clamp: 4;
}

.qui-pic {
	position: relative;
	height: 0;
	overflow: hidden;
}

	.qui-pic img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		display: block;
		min-height: 100%;
	}

/*颜色*/
.qui-col-df {
	color: #0e34a0 !important;
}
/*默认*/
.qui-col-red {
	color: #e62c14 !important;
}

.qui-col-cc {
	color: #ccc !important;
}

.qui-col-33 {
	color: #333 !important;
}

.qui-col-66 {
	color: #666 !important;
}

.qui-col-99 {
	color: #999 !important;
}

i {
	font-style: normal;
}
/*背景*/
.qui-bg-black70 {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	display: none;
	background: url(../images/quiBgH7.png) center repeat;
}

.qui-bg-ff {
	background-color: #fff !important;
}

.qui-bg-f8 {
	background-color: #f8f8f8 !important;
}

.qui-bg-f5 {
	background-color: #f5f5f5 !important;
}
/*字号*/
.qui-fs12 {
	font-size: 12px !important;
}

.qui-fs14 {
	font-size: 14px !important;
}

.qui-fs16 {
	font-size: 16px !important;
}

.qui-fs18 {
	font-size: 18px !important;
}

.qui-fs20 {
	font-size: 20px !important;
}

.qui-fs22 {
	font-size: 22px !important;
}

.qui-fs24 {
	font-size: 24px !important;
}

.qui-fs26 {
	font-size: 26px !important;
}

/*滚动条样式*/
.qui-gdt::-webkit-scrollbar {
	width: 5px;
}

.qui-gdt::-webkit-scrollbar-track {
	background-color: #f2f2f2;
}

.qui-gdt::-webkit-scrollbar-thumb {
	background-color: #28176d;
}

	.qui-gdt::-webkit-scrollbar-thumb:hover {
		background-color: #28176d
	}

	.qui-gdt::-webkit-scrollbar-thumb:active {
		background-color: #28176d
	}

/*图片放大*/
.qui-img {
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

a:hover .qui-img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.qui-hover:hover .qui-img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.qui-imgbg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

a:hover .qui-imgbg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.qui-hover:hover .qui-imgbg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.qui-imgbgn {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* 头部 */
.qui-top-box {
}

.qui-top-box0 {
	background: #f7f7f7;
	padding: 10px 0;
	color: #838383;
	font-size: 0;
}

	.qui-top-box0 .qui-warp * {
		color: #838383;
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
	}

	.qui-top-box0 .qui-fl span {
		padding-right: 10px;
	}

	.qui-top-box0 .qui-fr .quia {
		margin: 0 20px;
		position: relative;
		padding-left: 20px;
		background: left center no-repeat;
	}

		.qui-top-box0 .qui-fr .quia:after {
			content: '';
			position: absolute;
			left: -20px;
			top: 50%;
			margin-top: -7px;
			width: 1px;
			height: 14px;
			background: #ebecec;
		}

	.qui-top-box0 .qui-fr .quia1 {
		background-image: url(../images/topico1.png);
	}

	.qui-top-box0 .qui-fr .quia2 {
		background-image: url(../images/topico2.png);
	}

	.qui-top-box0 .qui-fr .quia3 {
		padding-left: 0 !important;
	}

		.qui-top-box0 .qui-fr .quia3 select {
			display: block;
			width: 110px;
			height: 24px;
			line-height: 24px;
		}

	.qui-top-box0 .qui-lang {
		display: inline-block;
		vertical-align: top;
		width: 24px;
		height: 24px;
		background: url(../images/topico3.png) center no-repeat;
		cursor: pointer;
	}

	.qui-top-box0 .qui-fr .quia4 {
		padding-left: 0 !important;
		margin-right: 0 !important;
	}

		.qui-top-box0 .qui-fr .quia4 .dl {
			position: absolute;
			width: 60px;
			left: 50%;
			margin-left: -30px;
			top: 100%;
			z-index: 9;
			background: #fff;
			padding: 10px;
			text-align: center;
			display: none;
		}

		.qui-top-box0 .qui-fr .quia4:hover .dl {
			display: block;
		}

		.qui-top-box0 .qui-fr .quia4 .dl dd {
			display: block;
			padding: 3px 0;
			text-align: left;
		}

			.qui-top-box0 .qui-fr .quia4 .dl dd a {
				display: block;
				padding-left: 24px;
				background: left center no-repeat;
			}

		.qui-top-box0 .qui-fr .quia4 .dl .dd1 a {
			background-image: url(../images/topico4.png);
		}

		.qui-top-box0 .qui-fr .quia4 .dl .dd2 a {
			background-image: url(../images/topico5.png);
		}


.qui-top-box {
	padding: 20px 0;
	background: #fff;
}

	.qui-top-box .qui-logo {
		display: block;
		float: left;
		margin-bottom: -70px;
	}

		.qui-top-box .qui-logo img {
			display: block;
			height: 110px !important;
		}

	.qui-top-box .qui-fr {
		text-align: right;
	}

	.qui-top-box .qui-toptel {
		margin-left: 25px;
		font-size: 16px;
		color: #28176d;
		line-height: 1;
	}

		.qui-top-box .qui-toptel .p a {
			font-size: 24px;
			font-weight: bold;
			font-style: italic;
			color: #28176d;
		}

	.qui-top-box .qui-search-box {
		position: relative;
		width: 450px;
	}

		.qui-top-box .qui-search-box .qui-text {
			padding: 0 80px 0 20px;
			border: 2px solid #28176d;
			height: 40px;
			line-height: 40px;
		}

			.qui-top-box .qui-search-box .qui-text:focus {
				border-color: #0e34a0;
			}

		.qui-top-box .qui-search-box .qui-ss-btn {
			position: absolute;
			width: 70px;
			height: 100%;
			top: 0;
			right: 0;
			background: #28176d url('../images/top_ss.png') center no-repeat;
			z-index: 1;
		}

.qui-top-nav {
	background: #28176d;
}

	.qui-top-nav .ULLIST {
		font-size: 0;
		padding-left: 270px;
		text-align: right;
	}

		.qui-top-nav .ULLIST > li {
			display: inline-block;
			vertical-align: top;
		}

			.qui-top-nav .ULLIST > li > a {
				display: block;
				line-height: 20px;
				text-align: center;
				font-size: 16px;
				color: #fff;
				padding: 15px 30px;
			}

			.qui-top-nav .ULLIST > li:hover > a,
			.qui-top-nav .ULLIST > li.on > a {
				background: #f7f7f7;
				color: #28176d;
			}

		/*二级下拉*/
		.qui-top-nav .ULLIST > li {
			position: relative;
		}

.qui-submenu {
	position: absolute;
	width: 100%;
	min-width: 100%;
	left: 50%;
	top: 100%;
	background: rgba(255, 255, 255, .85);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	display: none;
}

	.qui-submenu a {
		display: block;
		padding: 10px 5px;
		text-align: center;
		border-bottom: 1px solid #eee;
	}

		.qui-submenu a:hover {
			color: #0e34a0;
			border-color: #0e34a0;
		}

@media (min-width:1025px) {
	.qui-top-nav .ULLIST > li:hover .qui-submenu {
		display: block;
	}
}

/* ban */
.qui-ban img {
	width: 100%;
	display: block;
}

.qui-ban .qui-wap {
	display: none;
}

.qui-locbox {
	padding: 30px 0;
	color: #888;
	line-height: 20px;
}

	.qui-locbox .qui-warp * {
		color: #888;
		padding: 0 3px;
		display: inline-block;
		vertical-align: top;
	}

	.qui-locbox a:first-child {
		padding-left: 24px;
		background: url(../images/homeico.png) left center no-repeat;
	}

.qui-menu .ULLIST {
	font-size: 0;
	margin-bottom: 55px;
}

.qui-menu .li {
	display: inline-block;
	vertical-align: top;
}

	.qui-menu .li > a {
		display: block;
		line-height: 44px;
		border: 1px solid #d4d1e2;
		border-radius: 5px;
		margin-right: 5px;
		min-width: 140px;
		text-align: center;
		color: #888;
		font-size: 16px;
		padding: 0 15px;
	}

	.qui-menu .li:hover > a,
	.qui-menu .li.on > a {
		background: #28176d;
		color: #fff;
		border-color: #28176d;
	}


.qui-footer {
	color: #555;
}

	.qui-footer * {
		color: #555;
	}

.qui-footer1 {
	background-color: #ebedee;
}

	.qui-footer1 .qui-warp {
		padding-top: 60px;
		padding-bottom: 45px;
		border-bottom: 1px solid #ccc;
	}

	.qui-footer1 .qui-fr {
		width: 100px;
		text-align: center;
		color: #555;
	}

		.qui-footer1 .qui-fr .p {
			font-size: 16px;
			font-weight: bold;
			color: #28176d;
			margin-bottom: 24px;
		}

		.qui-footer1 .qui-fr .quiimg {
			background: #fff;
			padding: 7px 7px 10px;
		}

			.qui-footer1 .qui-fr .quiimg img {
				display: block;
				width: 100%;
				margin-bottom: 8px;
			}

	.qui-footer1 .qui-fl {
		margin-right: 120px;
		float: none !important;
	}

		.qui-footer1 .qui-fl .dl {
			min-width: 210px;
			display: inline-block;
			vertical-align: top;
			padding-right: 15px;
		}

			.qui-footer1 .qui-fl .dl dt {
				font-size: 16px;
				font-weight: bold;
				color: #28176d;
				margin-bottom: 15px;
			}

.qui-footer2 {
	background-color: #ebedee;
	padding: 40px 0;
	color: #555;
}

	.qui-footer2 .qui-botlink {
		font-size: 0;
		margin-bottom: 26px;
	}

		.qui-footer2 .qui-botlink a {
			display: inline-block;
			vertical-align: top;
			font-size: 14px;
			position: relative;
			margin: 0 20px;
		}

			.qui-footer2 .qui-botlink a:after {
				content: '';
				position: absolute;
				left: 100%;
				margin-left: 20px;
				width: 1px;
				height: 10px;
				background: #ccc;
				top: 50%;
				margin-top: -5px;
			}

			.qui-footer2 .qui-botlink a:first-child {
				margin-left: 0;
			}

			.qui-footer2 .qui-botlink a:last-child:after {
				display: none;
			}

	.qui-footer2 .qui-info .p1 a {
		color: #28176d;
		font-weight: bold;
	}

	.qui-footer2 .qui-info .p4 {
		color: #888;
		margin-top: 26px;
	}

		.qui-footer2 .qui-info .p4 a {
			color: #28176d;
			text-decoration: underline;
		}

.qui-footer3 {
	background-color: #c1cacf;
	padding: 40px 0 20px;
}

	.qui-footer3 .qui-box {
		margin-bottom: 30px;
	}

		.qui-footer3 .qui-box * {
			color: #486471;
		}

		.qui-footer3 .qui-box .span {
			float: left;
			color: #486471;
		}

		.qui-footer3 .qui-box .ULLIST {
			margin-left: 100px;
			font-size: 0;
		}

			.qui-footer3 .qui-box .ULLIST li {
				display: inline-block;
				vertical-align: top;
				font-size: 14px;
				margin-right: 18px;
			}

	.qui-footer3 .qui-box1 .ULLIST li {
		margin-right: 50px;
	}

	.qui-footer3 .qui-box .ULLIST li img {
		vertical-align: middle;
		height: 24px;
	}


/*分页*/
#pageNum··· {
	font-weight: bold !important;
}

.Pages {
	zoom: 1;
	overflow: hidden;
	text-align: center;
	padding: 40px 0 0;
	font-size: 0;
	line-height: 0;
}

	.Pages * {
		display: inline-block;
		vertical-align: top;
		font-weight: normal;
		font-style: normal;
	}

	.Pages a {
		font-size: 16px;
		min-width: 46px;
		height: 46px;
		line-height: 46px;
		text-align: center;
		background: #f5f5f5;
		padding: 0 10px;
		margin: 0 5px;
		overflow: hidden;
		color: #999;
	}

		.Pages a.a_cur {
			background-color: #28176d;
			color: #fff;
		}

		.Pages a.a_prev,
		.Pages a.a_next {
			min-width: 90px;
			margin: 0 15px;
		}

@media (max-width:1250px) {
	.Pages {
		padding-top: 25px;
	}
}

@media (max-width:640px) {
	.Pages a {
		font-size: 12px;
		min-width: 36px;
		line-height: 36px;
		height: 36px;
		margin: 2px !important;
	}

		.Pages a.a_prev,
		.Pages a.a_next {
			min-width: 0;
		}
}

@media (max-width:1480px) {
	.qui-warp {
		padding: 0 60px;
		max-width: 100%;
	}
	/*.qui-main-box{padding: 55px 0;}*/
	.qui-main-box {
		margin-bottom: 55px;
	}

	.qui-top-nav .ULLIST > li > a {
		padding: 15px 1.8vw;
	}
}

@media (max-width:1300px) {
	.qui-top-nav .ULLIST > li > a {
		font-size: 14px;
		padding: 15px 15px;
	}

	.qui-footer1 .qui-fl .dl {
		min-width: 0;
		padding-right: 5vw;
	}
}

.qui-nav-btn {
	display: none;
}

.qui-wap-bg {
	display: none;
}

.qui-body-ovh {
	overflow: hidden;
}

.qui-top-boxH {
	height: 0;
}

@media (max-width:1024px) {

	.qui-boxall {
		padding: 20px;
	}

	.qui-top-box .qui-search-box {
		display: none;
	}

	.qui-top-box {
		padding: 12px 0;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff;
	}

	.qui-top-nav {
		position: fixed;
		max-width: 360px;
		width: 72%;
		left: -100%;
		top: 0;
		z-index: 1001;
		height: 100%;
		padding: 0 0 30px;
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
		overflow: auto;
	}

		.qui-top-nav .qui-warp {
			padding: 0;
		}

		.qui-top-nav .ul {
			padding: 0;
		}

			.qui-top-nav .ul > li {
				width: 100%;
				float: none;
				border-top: 1px solid #fff;
			}

	.qui-nav-btn {
		position: absolute;
		z-index: 2;
		width: 30px;
		height: 30px;
		background: url('../images/top_nav.png') right center no-repeat;
		background-size: auto 26px;
		display: block;
		right: 2%;
		top: 50%;
		margin-top: -15px;
	}

	.qui-wap-bg {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		overflow: hidden;
		z-index: 1000;
		background: rgba(255, 255, 255, .85);
		display: none;
	}

	.qui-body-ovh .qui-top-nav {
		left: 0;
	}

	.qui-top-box .qui-logo {
		margin-bottom: 0;
	}

		.qui-top-box .qui-logo img {
			height: 46px !important;
		}

	.qui-top-box .qui-toptel {
		font-size: 14px;
		margin: 6px 50px 0 0;
	}

		.qui-top-box .qui-toptel .p {
			margin-top: 4px;
		}

			.qui-top-box .qui-toptel .p a {
				font-size: 20px;
				font-weight: normal;
			}

	.qui-top-box0 .qui-fr .quia {
		margin: 0 10px;
	}

		.qui-top-box0 .qui-fr .quia:after {
			left: -10px;
		}


	.qui-main-box {
		margin-top: 30px;
	}

	.qui-locbox {
		display: none;
	}

	.qui-menu .ULLIST {
		padding: 30px 0;
		margin-bottom: 0;
		text-align: center;
	}

	.qui-menu .li > a {
		min-width: 0;
		line-height: 38px;
		margin: 0;
	}

	.qui-menu .li {
		margin: 2px;
	}
	/*.qui-main-box{padding: 30px 0;}*/
	.qui-main-box {
		margin-bottom: 30px;
	}

	.qui-footer1 .qui-warp {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.qui-footer1 .qui-fr .p {
		margin-bottom: 4px;
	}

	.qui-footer1 .qui-fl .dl dt {
		margin-bottom: 4px;
	}

	.qui-footer2 {
		padding: 20px 0;
		text-align: center;
	}

		.qui-footer2 .qui-botlink {
			margin-bottom: 2px;
		}

			.qui-footer2 .qui-botlink a {
				margin: 2px 5px;
			}

				.qui-footer2 .qui-botlink a:after {
					display: none;
				}

		.qui-footer2 .qui-info .p4 {
			margin-top: 2px;
		}

	.qui-footer3 {
		padding: 16px 0;
	}

		.qui-footer3 .qui-box {
			margin-bottom: 0;
			padding: 5px 0;
		}
}

@media (max-width:640px) {
	.qui-ban .qui-pc {
		display: none;
	}

	.qui-ban .qui-wap {
		display: block;
	}

	.qui-menu .ULLIST {
		padding: 20px 0 0;
	}

	.qui-main-box {
		margin-top: 20px;
	}


	.qui-nav-btn {
		background-size: auto 22px;
	}

	.qui-top-box0 {
		text-align: center;
	}

		.qui-top-box0 .qui-fl {
			float: none !important;
			margin-bottom: 2px;
		}

		.qui-top-box0 .qui-fr {
			float: none !important;
		}

			.qui-top-box0 .qui-fr .quia {
				padding-left: 0;
				background: none;
				margin: 0 2px;
			}

				.qui-top-box0 .qui-fr .quia:after {
					display: none;
				}

		.qui-top-box0 .qui-fl span {
			padding-right: 5px;
		}


	.qui-footer1 .qui-fr {
		float: none !important;
		margin: 0 auto 15px;
	}

		.qui-footer1 .qui-fr .quiimg img {
			margin-bottom: 4px;
		}

		.qui-footer1 .qui-fr .quiimg {
			padding-bottom: 6px;
		}

	.qui-footer1 .qui-fl {
		float: none !important;
		width: 100%;
		text-align: center;
		font-size: 0;
	}

		.qui-footer1 .qui-fl .dl {
			padding: 4px 10px 4px 0;
			min-width: 33.333333333%;
			font-size: 14px;
		}

	.qui-footer3 .qui-box {
		text-align: center;
	}

		.qui-footer3 .qui-box .span {
			display: block;
			float: none;
		}

		.qui-footer3 .qui-box .ULLIST {
			margin-left: 0;
		}

			.qui-footer3 .qui-box .ULLIST li {
				margin: 2px 5px;
			}
}


.qui-about-box {
	line-height: 1.75;
	font-size: 16px;
}

	.qui-about-box hr {
		display: block;
		width: 100%;
		background: #ebedee;
		height: 1px;
		border: 0;
		margin: 15px 0;
		padding: 0;
	}

	.qui-about-box h3 {
		font-size: 24px;
		color: #28176d;
	}

	.qui-about-box h4 span {
		display: inline-block;
		vertical-align: top;
		background: #28176d;
		color: #fff;
		font-size: 16px;
		line-height: 22px;
		padding: 7px 15px;
		border-radius: 3px;
		margin-bottom: 8px;
	}

	.qui-about-box .quibox {
		overflow: hidden;
		padding-bottom: 20px;
	}

		.qui-about-box .quibox img {
			float: right;
			width: 500px;
			margin-left: 70px;
		}

	.qui-about-box .quimmm .ul {
		font-size: 0;
		text-align: center;
		margin: -50px;
		padding-bottom: 40px;
	}

		.qui-about-box .quimmm .ul li {
			font-size: 16px;
			display: inline-block;
			vertical-align: top;
			max-width: 300px;
			padding: 50px;
		}

@media (max-width:1024px) {
	.qui-about-box .quimmm .ul {
		margin: -1%;
	}

		.qui-about-box .quimmm .ul li {
			padding: 1%;
		}

	.qui-about-box .quibox img {
		margin-left: 20px;
		margin-bottom: 20px;
		width: 360px;
	}
}

@media (max-width:640px) {
	.qui-about-box .quibox img {
		float: none;
		margin: 0 0 20px;
		width: 100%;
	}

	.qui-single p br {
		display: none;
	}

	.qui-single p {
		min-height: 10px;
	}

	.qui-about-box .quimmm .ul {
		padding-bottom: 20px;
	}
}

.qui-history {
	background: #fff center bottom no-repeat;
	padding: 50px;
}

	.qui-history .quiname {
		color: #28176d;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 40px;
	}

	.qui-history .ULLIST {
		padding: 0 50px;
	}

		.qui-history .ULLIST:after {
			content: '';
			width: 100%;
			height: 1px;
			background: #cfcfd0;
			position: absolute;
			left: 0;
			top: 50%;
			margin-top: -.5px;
			z-index: 0;
		}

	.qui-history .slick-list {
		z-index: 2;
		padding: 0 5px;
	}

	.qui-history .ULLIST .li {
		height: 230px;
		padding-left: 20px;
		border-left: 1px solid transparent;
		position: relative;
		z-index: 2;
	}

		.qui-history .ULLIST .li .quiinfo {
			font-size: 14px;
			color: #555;
			line-height: 28px;
			overflow: auto;
			height: 140px;
		}

		.qui-history .ULLIST .li time {
			display: block;
			color: #28176d;
			font-size: 26px;
			margin-bottom: 15px;
		}

		.qui-history .ULLIST .li:nth-child(even) {
			margin-top: 230px;
			padding-top: 40px;
		}

			.qui-history .ULLIST .li:nth-child(even):after {
				top: -5.5px;
			}

		.qui-history .ULLIST .li.slick-active:after {
			content: '';
			width: 11px;
			height: 11px;
			background: #fff;
			border: 1px solid #cfcfd0;
			position: absolute;
			left: -5.5px;
			bottom: -5.5px;
			border-radius: 50%;
			z-index: 5;
		}

		.qui-history .ULLIST .li.slick-active:after {
		}

		.qui-history .ULLIST .li.slick-active {
			border-left: 1px solid #cfcfd0;
		}

/*slick-prev slick-arrow slick-disabled*/

.slick-arrow {
	position: absolute;
	width: 24px;
	height: 24px;
	background: center no-repeat;
	top: 50%;
	margin-top: -12px;
	border: 0;
	font-size: 0;
	cursor: pointer;
	z-index: 5;
}

.slick-prev {
	background-image: url(../images/btn1.png);
	left: 0;
}

.slick-next {
	background-image: url(../images/btn2.png);
	right: 0;
}

@media (max-width:1024px) {
	.qui-history .ULLIST {
		padding: 0 35px;
	}

	.qui-history {
		padding: 30px;
	}

		.qui-history .quiname {
			font-size: 22px;
			margin-bottom: 25px;
		}
}

@media (max-width:640px) {

	.qui-history .ULLIST .li:nth-child(even) {
		margin-top: 0;
		padding-top: 0;
	}

		.qui-history .ULLIST .li:nth-child(even):after {
			top: auto;
		}

	.qui-history .ULLIST .li {
		border: 0 !important;
		padding: 0 !important;
		height: auto;
	}

		.qui-history .ULLIST .li:after {
			display: none !important;
		}

	.qui-history .ULLIST {
		padding: 0;
	}

	.qui-history {
		padding: 20px 15px;
	}

		.qui-history .slick-list {
			padding: 0;
		}

		.qui-history .ULLIST:after {
			display: none;
		}

	.qui-history {
		background-size: contain;
	}

		.qui-history .ULLIST .li time {
			margin-bottom: 6px;
		}
}

.qui-news-list .ULLIST .li:not(:last-child) {
	margin-bottom: 30px;
}

.qui-news-list .ULLIST .li .qui-hover {
	display: block;
	position: relative;
	font-size: 16px;
}

.qui-news-list .ULLIST .li .quiimg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 46.428571%;
	overflow: hidden;
	border-radius: 4px;
}

.qui-news-list .ULLIST .li .qui-imgbg {
	border-radius: 4px;
	overflow: hidden;
}

.qui-news-list .ULLIST .li .quiinfo {
	border-top: 1px solid #e4e8e9;
	width: 47.5%;
	padding: 70px 0 60px 140px;
}

.qui-news-list .ULLIST .li time {
	color: #999;
	position: absolute;
	left: 0;
	top: 70px;
	text-align: center;
	width: 70px;
}

	.qui-news-list .ULLIST .li time * {
		display: block;
		line-height: 1;
		font-weight: normal;
		font-style: normal;
	}

	.qui-news-list .ULLIST .li time b {
		color: #333;
		font-size: 50px;
		margin-bottom: 6px;
	}

.qui-news-list .ULLIST .li .h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
	height: 80px;
	color: #333;
}

.qui-news-list .ULLIST .li .quitxt {
	line-height: 26px;
	color: #555;
	text-align: justify;
	height: 56px;
	margin: 30px 0 70px;
}

.qui-news-list .ULLIST .li .span {
	color: #888;
	text-decoration: underline;
}

.qui-news-list .ULLIST .li .qui-hover:hover .h3 {
	color: #28176d;
}

.qui-news-info {
	font-size: 16px;
}

	.qui-news-info .qui-newstt {
		font-size: 24px;
		line-height: 1.4;
		color: #333;
		text-align: center;
	}

	.qui-news-info .qui-newstm {
		color: #999;
		text-align: center;
		padding: 10px 0 25px;
		border-bottom: 1px solid #f2f2f2;
	}

		.qui-news-info .qui-newstm .span {
			display: inline-block;
			vertical-align: top;
			font-size: 14px;
			padding: 0 7.5px;
		}

	.qui-news-info .qui-newsinfo {
		padding: 30px 0;
		margin: 0 auto;
		line-height: 30px;
		color: #666;
		text-align: justify;
	}

		.qui-news-info .qui-newsinfo .divimgs {
			padding: 15px 0;
		}

	.qui-news-info .qui-newsback {
		margin-bottom: 25px;
		text-align: center;
	}

		.qui-news-info .qui-newsback a {
			display: inline-block;
			vertical-align: top;
			min-width: 180px;
			text-align: center;
			line-height: 50px;
			border-radius: 50px;
			color: #fff;
			background: #28176d;
			padding: 0 25px;
		}

			.qui-news-info .qui-newsback a span {
				display: inline-block;
				vertical-align: top;
			}

	.qui-news-info .qui-newsbtn {
		padding-top: 25px;
		border-top: 1px solid #eee;
	}

		.qui-news-info .qui-newsbtn .dl {
			padding: 5px 0;
		}


@media (max-width:1024px) {
	.qui-news-list .ULLIST .li .quiimg {
		width: 46%;
	}

	.qui-news-list .ULLIST .li .quiinfo {
		width: 52%;
		padding: 30px 0 30px 90px;
	}

	.qui-news-list .ULLIST .li:not(:last-child) {
		margin-bottom: 15px;
	}

	.qui-news-list .ULLIST .li time {
		top: 30px;
	}

	.qui-news-list .ULLIST .li .quitxt {
		margin: 20px 0 50px;
	}

	.qui-news-info .qui-newstt {
		font-size: 20px;
		line-height: 1.6;
	}

	.qui-news-info .qui-newstm {
		padding-bottom: 20px;
	}

	.qui-news-info .qui-newsinfo {
		padding: 20px 0;
	}
}

@media (max-width:640px) {
	.qui-news-list .ULLIST .li .quiimg {
		width: 100%;
		position: relative;
		height: 0;
		padding-bottom: 60%;
	}

	.qui-news-list .ULLIST .li .quiinfo {
		width: 100%;
		padding: 20px 10px;
		border: 0;
	}

	.qui-news-list .ULLIST .li .h3 {
		font-size: 20px;
		line-height: 28px;
		height: auto;
		max-height: 56px;
	}

	.qui-news-list .ULLIST .li .quitxt {
		margin: 15px 0;
	}

	.qui-news-list .ULLIST .li time {
		font-size: 14px;
		padding: 10px;
		background: rgba(255, 255, 255, .8);
		width: 100px;
		top: 5px;
		left: 5px;
	}

		.qui-news-list .ULLIST .li time b {
			font-size: 20px;
		}
}

.qui-charter-list .ULLIST {
	overflow: hidden;
	margin: -10px;
}

	.qui-charter-list .ULLIST .li {
		width: 25%;
		float: left;
		padding: 10px;
	}

		.qui-charter-list .ULLIST .li .qui-hover {
			display: block;
			background: #fff;
			color: #555;
		}

		.qui-charter-list .ULLIST .li .qui-pic {
			padding-bottom: 65.671642%;
		}

		.qui-charter-list .ULLIST .li .quiinfo {
			padding: 20px;
		}

		.qui-charter-list .ULLIST .li .h3 {
			font-size: 16px;
			color: #333;
			margin-bottom: 6px;
		}

		.qui-charter-list .ULLIST .li .qui {
			overflow: hidden;
			padding: 3px 0;
		}

		.qui-charter-list .ULLIST .li .em {
			float: right;
			color: #777;
		}

		.qui-charter-list .ULLIST .li * {
			font-style: normal;
		}

		.qui-charter-list .ULLIST .li .qui i {
			color: #e6393c;
			font-size: 20px;
			padding: 0 5px;
		}

		.qui-charter-list .ULLIST .li .qui-hover:hover .h3 {
			color: #28176d;
		}

.qui-newsmm {
	padding-top: 25px;
}

	.qui-newsmm * {
		font-weight: normal;
		font-style: normal;
	}

	.qui-newsmm .qui {
		overflow: hidden;
		padding: 3px 0;
	}

		.qui-newsmm .qui i {
			color: #e6393c;
			font-size: 20px;
			padding: 0 5px;
		}

.qui-ibox {
	position: relative;
	overflow: hidden;
	width: 30px;
	height: 30px;
	display: block;
}

	.qui-ibox .qui-ico {
		position: absolute;
		max-width: 100%;
		max-height: 100%;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
	}

.qui-vipbox h3 {
	font-size: 24px;
	color: #28176d;
	line-height: 1.4;
	margin-bottom: 16px;
}

.qui-vipbox .qui-dzlc .ULLIST {
	margin: -10px;
	overflow: hidden;
	padding-top: 14px;
}

	.qui-vipbox .qui-dzlc .ULLIST .li {
		width: 25%;
		float: left;
		padding: 10px;
	}

	.qui-vipbox .qui-dzlc .ULLIST .qui-hover {
		background: #f9f9f9;
		padding: 30px 20px;
	}

	.qui-vipbox .qui-dzlc .ULLIST .quipp {
		font-size: 20px;
		line-height: 1.4;
		color: #28176d;
		font-weight: bold;
		margin-top: 34px;
	}

input[type="radio"] {
	position: relative;
	top: 1.5px;
	margin-right: 5px;
}

input[type="checkbox"] {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.qui-vip-reason {
	padding-top: 80px;
}

	.qui-vip-reason .quipic {
		width: 50%;
	}

		.qui-vip-reason .quipic img {
			width: 100%;
		}

	.qui-vip-reason .quitxt {
		font-size: 16px;
		line-height: 1.875;
		color: #555;
	}

.qui-vip-form {
	padding-top: 80px;
}

	.qui-vip-form .ULLIST {
		margin: 0 -10px;
	}

	.qui-vip-form .li {
		margin-bottom: 24px;
		position: relative;
		padding: 0 10px;
		font-size: 16px;
	}

	.qui-vip-form .li2 {
		float: left;
		width: 50%;
	}

	.qui-vip-form .li3 {
		float: left;
		width: 33.333333333333%;
	}

	.qui-vip-form .li66 {
		float: left;
		width: 66.666666666666%;
	}

	.qui-vip-form .qui-mst {
		color: #ff0000;
		padding-left: 4px;
	}

	.qui-vip-form .qui-text {
		background: #f9f9f9;
		border-radius: 4px;
		border: 0;
		padding: 0 20px;
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}

		.qui-vip-form .qui-text select {
			display: block;
			width: 100%;
			margin-left: -3px;
			height: 50px;
			line-height: 50px;
			font-size: 16px;
			color: #888;
		}

	.qui-vip-form textarea.qui-text {
		height: 200px;
		padding: 14px 20px;
		line-height: 22px;
	}

	.qui-vip-form .quipp {
		line-height: 1.875;
		color: #555;
	}

	.qui-vip-form .qui-divbox {
		padding-top: 20px;
		margin-top: 20px;
		border-top: 1px solid #ebedee;
	}

	.qui-vip-form .quitt {
		color: #333;
		font-weight: bold;
		margin-bottom: 10px;
		min-height: 24px;
	}

	.qui-vip-form .liBtn {
		margin-top: 40px;
	}

.qui-btn-fm {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #fff !important;
	min-width: 200px;
	line-height: 50px;
	border-radius: 50px;
	padding: 0 20px;
	background: #28176d;
	text-align: center;
}

.qui-lh50 {
	line-height: 50px;
}


.quilabel label {
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-right: 30px;
	color: #888;
}

	.quilabel label:last-child {
		margin-right: 0;
	}


@media (max-width:1024px) {
	.qui-charter-list .ULLIST .li {
		padding: 1%;
	}

	.qui-charter-list .ULLIST {
		margin: -1%;
	}

		.qui-charter-list .ULLIST .li .qui {
			padding: 0;
		}

			.qui-charter-list .ULLIST .li .qui i {
				font-size: 16px;
			}

	.qui-vipbox .qui-dzlc .ULLIST {
		padding-top: 0;
	}

	.qui-vip-reason {
		padding-top: 25px;
	}

	.qui-vip-form {
		padding-top: 25px;
	}

		.qui-vip-form .liBtn {
			margin-top: 0;
		}

	.quilabel label {
		margin-right: 20px;
	}

	.qui-vipbox .qui-dzlc .ULLIST {
		margin: -1%;
	}

		.qui-vipbox .qui-dzlc .ULLIST .li {
			padding: 1%;
		}

		.qui-vipbox .qui-dzlc .ULLIST .quipp {
			margin-top: 14px;
			font-weight: normal;
			font-size: 16px;
		}
}

@media (max-width:1000px) {
	.qui-charter-list .ULLIST .li {
		font-size: 12px;
		line-height: 22px;
	}

		.qui-charter-list .ULLIST .li .quiinfo {
			padding: 12px 10px;
		}

	.qui-vip-reason .quipic {
		width: 100%;
		display: table-footer-group;
	}

	.qui-vip-reason .quiinfo {
		padding-bottom: 20px;
	}
}

@media (max-width:700px) {

	.qui-vip-form .li {
		width: 100% !important;
		float: none;
		margin-bottom: 18px;
	}

	.qui-vip-form .quitt {
		min-height: 0;
	}

	.qui-vip-form .qui-lh50 {
		line-height: 24px;
	}
}

@media (max-width:640px) {
	.qui-charter-list .ULLIST .li {
		width: 50%;
	}

		.qui-charter-list .ULLIST .li .h3 {
			font-weight: normal;
			margin-bottom: 4px;
		}

		.qui-charter-list .ULLIST .li b {
			font-weight: normal;
		}

		.qui-charter-list .ULLIST .li .qui i {
			font-size: 14px;
		}

	.qui-vipbox .qui-dzlc .ULLIST .li {
		width: 50%;
	}

		.qui-vipbox .qui-dzlc .ULLIST .li .qui-hover {
			padding: 15px;
		}

	.qui-vipbox .qui-dzlc .ULLIST .quipp p {
		display: inline;
	}

	.qui-vipbox .qui-dzlc .ULLIST .quipp {
		margin-top: 10px;
	}

	.qui-vipbox h3 {
		font-size: 20px;
	}
}

.quia-line {
	text-decoration: underline !important;
}

.qui-login-box {
	min-height: 700px;
	background: center no-repeat;
	background-size: cover;
	position: relative;
}

.qui-login-form {
	background: rgba(255, 255, 255, .9);
	max-width: 400px;
	width: 96%;
	right: 18.75%;
	border-radius: 10px;
	min-height: 540px;
	padding: 60px 30px 40px 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

	.qui-login-form .li {
		margin-bottom: 10px;
		position: relative;
	}

	.qui-login-form .liTT {
		font-size: 24px;
		color: #28176d;
		text-align: center;
		font-size: 24px;
		margin-bottom: 30px;
	}

	.qui-login-form .qui-text {
		font-size: 16px;
		padding: 0 25px;
		line-height: 50px;
		height: 50px;
		border-radius: 50px;
		background: #edf1f6;
	}

	.qui-login-form .liTel .qui-text {
		padding-left: 60px;
		background: #edf1f6 url(../images/ico_tel.png) 25px center no-repeat;
	}

	.qui-login-form .liCode .qui-text {
		padding-left: 60px;
		background: #edf1f6 url(../images/ico_cd.png) 25px center no-repeat;
		max-width: calc(100% - 140px);
	}

	.qui-login-form .liName .qui-text {
		padding-left: 60px;
		background: #edf1f6 url(../images/ico_tt.png) 25px center no-repeat;
	}

	.qui-login-form .qui-code {
		position: absolute;
		right: 0;
		top: 0;
		line-height: 50px;
		font-size: 16px;
		color: #fff;
		text-align: center;
		background: #28176d;
		width: 130px;
		border-radius: 50px;
	}

	.qui-login-form .qui-btn-fm {
		width: 100%;
		margin-top: 100px;
	}

.qui-login-form2 .qui-btn-fm {
	margin-top: 40px;
}

.qui-login-form .liTips {
	padding: 5px 0;
	color: #888;
}

	.qui-login-form .liTips a {
		color: #888;
	}

@media (max-width:1024px) {
	.qui-login-form {
		left: 50%;
		right: auto;
		transform: translateX(-50%) translateY(-50%);
		-webkit-transform: translateX(-50%) translateY(-50%);
		min-height: 0;
		padding: 40px 30px;
	}
}

@media (max-width:640px) {
	.qui-login-box {
		min-height: 0;
		padding: 2vw;
	}

	.qui-login-form {
		padding: 30px 20px;
		position: relative;
		transform: translateX(0%) translateY(0%);
		-webkit-transform: translateX(0%) translateY(0%);
		left: 0;
		top: 0;
		width: 100%;
		border-radius: 5px;
	}

		.qui-login-form .qui-btn-fm {
			margin-top: 60px;
		}
}

.qui-search-result .qui-search-box {
	position: relative;
	max-width: 600px;
	width: 100%;
	margin: 0 auto 30px;
}

	.qui-search-result .qui-search-box .qui-text {
		padding: 0 80px 0 20px;
		border: 2px solid #28176d;
		height: 40px;
		line-height: 40px;
	}

		.qui-search-result .qui-search-box .qui-text:focus {
			border-color: #0e34a0;
		}

	.qui-search-result .qui-search-box .qui-ss-btn {
		position: absolute;
		width: 70px;
		height: 100%;
		top: 0;
		right: 0;
		background: #28176d url('../images/top_ss.png') center no-repeat;
		z-index: 1;
	}

.qui-search-result .p {
	font-size: 16px;
	text-align: center;
	color: #555;
	padding-bottom: 30px;
}

.qui-search-list .ULLIST {
	overflow: hidden;
	margin: -10px;
}

	.qui-search-list .ULLIST .li {
		width: 50%;
		float: left;
		padding: 10px;
	}

		.qui-search-list .ULLIST .li .qui-hover {
			display: block;
			overflow: hidden;
			background: #fff;
			padding: 20px;
			position: relative;
		}

		.qui-search-list .ULLIST .li .qui-pic {
			position: absolute;
			width: 210px;
			height: 140px;
			left: 20px;
			top: 20px;
		}

		.qui-search-list .ULLIST .li .quiinfo {
			margin-left: 240px;
			min-height: 140px;
			padding-top: 8px;
			font-size: 16px;
			color: #999;
			text-align: justify;
		}

		.qui-search-list .ULLIST .li .h3 {
			line-height: 32px;
			font-size: 20px;
			color: #000;
			margin-bottom: 10px;
		}

@media (max-width:1024px) {
	.qui-search-result .qui-search-box {
		margin: 30px auto 20px;
	}

	.qui-search-list .ULLIST .li {
		padding: 5px;
	}

	.qui-search-list .ULLIST {
		margin: -5px;
	}

		.qui-search-list .ULLIST .li .qui-hover {
			padding: 10px;
		}

		.qui-search-list .ULLIST .li .qui-pic {
			width: 38%;
			left: 10px;
			top: 10px;
		}

		.qui-search-list .ULLIST .li .quiinfo {
			margin-left: calc(38% + 20px);
			font-size: 14px;
			padding-top: 10px;
		}

		.qui-search-list .ULLIST .li .h3 {
			font-weight: normal;
			font-size: 18px;
			margin-bottom: 2px;
		}
}

@media (max-width:640px) {

	.qui-search-list .ULLIST .li .qui-pic {
		position: relative;
		padding-bottom: 66.6666666667%;
		width: 100%;
		left: 0;
		top: 0;
		height: 0;
	}

	.qui-search-list .ULLIST .li .quiinfo {
		margin-left: 0;
		line-height: 22px;
		padding: 14px 0 0;
		min-height: 88px;
		font-size: 12px;
	}

	.qui-search-list .ULLIST .li .h3 {
		font-size: 14px;
		line-height: 22px;
		height: 44px;
	}
}

.qui-form-info {
	max-width: 595px;
	margin: 0 auto;
	font-size: 16px;
}

	.qui-form-info .li:not(:last-child) {
		margin-bottom: 10px;
	}

	.qui-form-info .qui-text {
		font-size: 16px;
		background: #ebedee;
		padding: 0 20px;
		border-radius: 5px;
		border: 0;
		line-height: 50px;
		height: 50px;
	}

	.qui-form-info .quitt {
		float: left;
		padding-top: 13px;
		font-weight: bold;
		color: #555;
	}

	.qui-form-info .quiint {
		margin-left: 95px;
	}

	.qui-form-info textarea.qui-text {
		height: 100px;
		padding: 12px 20px;
		line-height: 22px;
	}

	.qui-form-info .liBtn {
		margin-top: 40px;
		text-align: center;
	}


.qui-mem-ll {
	width: 220px;
	float: left;
}

.qui-mem-rr {
	margin-left: 240px;
}

.qui-mem-menu {
	background: #fff;
	border: 1px solid #ebedee;
}

	.qui-mem-menu .li > a {
		display: block;
		line-height: 20px;
		padding: 20px 30px 20px 20px;
		font-size: 16px;
		position: relative;
		border-bottom: 1px solid #ebedee;
	}

	.qui-mem-menu .li:last-child > a {
		border-bottom: 0;
	}

	.qui-mem-menu .li > a:after {
		content: '';
		width: 8px;
		height: 14px;
		background: url(../images/icort1.png) center no-repeat;
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -7px;
	}

	.qui-mem-menu .li.on > a {
		background: #28176d;
		color: #fff;
	}

		.qui-mem-menu .li.on > a:after {
			background-image: url(../images/icort2.png);
		}

.qui-conbox {
	background: #fff;
	border: 1px solid #ebedee;
	padding: 30px;
}

.qui-tt-all {
	border-bottom: 5px solid #ebedee;
	padding-bottom: 24px;
}

	.qui-tt-all span {
		display: inline-block;
		vertical-align: top;
		font-weight: bold;
		color: #28176d;
		font-size: 20px;
		border-bottom: 5px solid #28176d;
		padding-bottom: 24px;
		margin-bottom: -29px;
	}

.qui-conmain {
	padding: 25px 0;
}

.qui-perinfo {
	padding: 40px 0;
}

	.qui-perinfo .quitips {
		padding-top: 30px;
		margin-top: 50px;
		border-top: 1px solid #ebedee;
		color: #999;
		text-align: center;
	}

em {
	font-style: normal;
}

.qui-discuss .ULLIST .li {
	position: relative;
}

	.qui-discuss .ULLIST .li .qui-hover {
		display: block;
		padding: 20px 0;
		border-bottom: 1px solid #ebedee;
		font-size: 16px;
		margin-right: 100px;
	}

	.qui-discuss .ULLIST .li .em {
		display: inline-block;
		vertical-align: top;
		line-height: 36px;
		color: #fff;
		font-size: 16px;
		padding: 0 20px;
		border-radius: 3px;
		background: #28176d;
		margin-right: 20px;
		text-align: center;
		max-width: 110px;
		overflow: hidden;
		height: 36px;
	}

	.qui-discuss .ULLIST .li .span {
		display: inline-block;
		vertical-align: top;
		line-height: 36px;
		color: #28176d;
		font-size: 18px;
		text-decoration: underline;
		max-width: calc(100% - 150px);
	}

	.qui-discuss .ULLIST .li .quitxt {
		text-align: justify;
		color: #888;
		margin: 12px 0;
	}

	.qui-discuss .ULLIST .li time {
		display: block;
		color: #bbb;
	}

	.qui-discuss .ULLIST .li .qui-del {
		position: absolute;
		right: 0;
		top: 20px;
		background: url(../images/ico_del.png) right center no-repeat;
		width: 36px;
		height: 36px;
	}

@media (max-width:1024px) {
	.qui-perinfo .quitips {
		white-space: normal !important;
	}

	.qui-mem-ll {
		width: 180px;
	}

	.qui-mem-rr {
		margin-left: 190px;
	}

	.qui-conbox {
		padding: 24px;
	}

	.qui-tt-all {
		padding-bottom: 20px;
		border-bottom-width: 2px;
	}

		.qui-tt-all span {
			padding-bottom: 20px;
			margin-bottom: -22px;
			border-bottom-width: 2px;
			font-weight: normal;
			font-size: 18px;
		}

	.qui-form-info .liBtn {
		margin-top: 20px;
	}

	.qui-perinfo {
		padding: 20px 0;
	}

		.qui-perinfo .quitips {
			padding-top: 20px;
			margin-top: 20px;
		}

	.qui-discuss .ULLIST .li .qui-hover {
		margin-right: 40px;
	}
}

@media (max-width:1000px) {
	.qui-mem-ll {
		width: 100%;
		margin-bottom: 2vw;
		float: none;
	}

	.qui-mem-rr {
		margin-left: 0;
	}
}

@media (max-width:640px) {
	.qui-form-info .quiint {
		margin-left: 65px;
	}

	.qui-conbox {
		padding: 20px 15px;
	}

	.qui-discuss .ULLIST .li .em {
		max-width: 100%;
	}

	.qui-discuss .ULLIST .li .span {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.qui-discuss .ULLIST .li .qui-hover {
		margin-right: 0;
		padding: 15px 0;
	}

	.qui-discuss .ULLIST .li .qui-del {
		top: 15px;
	}
}

.qui-ordertt {
	font-size: 0;
	float: right;
}

	.qui-ordertt .quia {
		display: inline-block;
		vertical-align: top;
		margin-left: 60px;
		font-size: 16px;
		color: #888;
	}

		.qui-ordertt .quia.on {
			color: #28176d;
		}

.qui-order-list .qui-btn-fm {
	min-width: 120px;
	line-height: 40px;
}

.qui-btn-hs {
	background: #f9f9f9;
	color: #999 !important;
}

.qui-btn-e8edf4 {
	background: #e8edf4;
	color: #28176d !important;
}

.qui-order-list .qui-btn-hs {
	margin-top: 10px;
}

.qui-order-list .ULLIST .li:not(:first-child) {
	margin-top: 10px;
}

.qui-order-list .ULLIST .li .qui-hover {
	position: relative;
	background: #f9f9f9;
	padding: 20px;
	font-size: 16px;
}

.qui-order-list .ULLIST .li .h3 {
	color: #000;
	font-size: 20px;
	margin: 0 0 10px;
}

.qui-order-list .ULLIST .li .qui-pic {
	width: 210px;
	padding-bottom: 140px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.qui-order-list .ULLIST .li .quiinfo {
	margin-left: 240px;
	min-height: 140px;
	padding-top: 10px;
	margin-right: 130px;
}

.qui-order-list .ULLIST .li .quitxt {
	color: #999;
	margin-bottom: 20px;
	height: 48px;
}

.qui-order-list .ULLIST .li .quimm {
	color: #28176d;
}

	.qui-order-list .ULLIST .li .quimm span {
		display: inline-block;
		vertical-align: top;
	}

		.qui-order-list .ULLIST .li .quimm span:not(:last-child) {
			margin-right: 40px;
		}

.qui-order-list .ULLIST .li .quibtn {
	position: absolute;
	right: 20px;
	width: 120px;
	top: 50%;
	margin-top: -45px;
}

.qui-order-list .ULLIST .li .h3:hover {
	color: #28176d;
}

@media (max-width:1480px) {
	.qui-order-list .ULLIST .li .qui-hover {
		font-size: 14px;
	}

	.qui-order-list .ULLIST .li .quiinfo {
		margin-left: 230px;
	}

	.qui-order-list .ULLIST .li .quimm span:not(:last-child) {
		margin-right: 20px;
	}
}

@media (max-width:1300px) {
	.qui-order-list .ULLIST .li .quitxt {
		margin-bottom: 6px;
	}

	.qui-order-list .ULLIST .li .quiinfo {
		padding-top: 5px;
	}

	.qui-order-list .ULLIST .li .quimm span {
		display: block;
		margin-right: 0 !important;
	}
}

@media (max-width:1024px) {
	.qui-order-list .ULLIST .li .quimm span {
		font-size: 12px;
	}

	.qui-order-list .ULLIST .li .h3 {
		font-size: 18px;
	}

	.qui-ordertt .quia {
		margin-left: 20px;
	}
}

@media (max-width:750px) {
	.qui-order-list .ULLIST .li .quitxt {
		-webkit-line-clamp: 1;
		height: 24px;
	}
}

@media (max-width:600px) {
	.qui-order-list .quibtn .qui-btn-hs {
		margin-top: 0;
	}

	.qui-order-list .ULLIST .li .quiinfo {
		margin-right: 0;
		min-height: 0;
		margin-left: 0;
	}

	.qui-order-list .ULLIST .li .quibtn {
		position: relative;
		top: 0;
		margin-top: 0;
		margin-left: 0;
		width: auto;
		margin-top: 10px;
		right: 0;
	}

	.qui-order-list .ULLIST .li .qui-pic {
		position: relative;
		margin-top: 0;
		top: 0;
		left: 0;
		margin-bottom: 10px;
		width: 100%;
		padding-bottom: 66.666667%;
	}

	.qui-order-list .ULLIST .li .quimm span {
		font-size: 14px;
	}

	.qui-ordertt {
		float: none;
		text-align: center;
		margin-top: 40px;
	}

		.qui-ordertt .quia {
			margin: 0 5px;
		}

	.qui-order-list .ULLIST .li .h3 {
		margin-bottom: 4px;
	}
}

.qui-order-info {
	background: #f9f9f9;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 40px;
}

	.qui-order-info .quitable {
		width: 100%;
		font-size: 16px;
		line-height: 2;
	}

		.qui-order-info .quitable td {
			vertical-align: top;
		}

			.qui-order-info .quitable td.quiimg {
				width: 210px;
			}

			.qui-order-info .quitable td.td1 {
				color: #28176d;
				font-size: 18px;
				font-weight: bold;
				width: 120px;
			}

			.qui-order-info .quitable td.td2 {
				padding-right: 10px;
			}

			.qui-order-info .quitable td b {
				color: #28176d;
				font-size: 16px;
			}

		.qui-order-info .quitable .td33 {
			width: 120px;
			text-align: right;
		}

		.qui-order-info .quitable .td22 {
			width: 120px;
			text-align: center;
			padding: 20px 10px;
		}

	.qui-order-info .quitable2 td {
		border-top: 1px solid #ebedee;
		padding: 20px 0;
		line-height: 20px;
	}

	.qui-order-info .quitable2 tr:first-child td {
		border-top: 0;
	}

.qui-odbtn {
	margin-bottom: 20px;
}

	.qui-odbtn .qui-btn-fm {
		min-width: 120px;
		line-height: 40px;
		margin-left: 10px;
	}

@media (max-width:1024px) {
	.qui-order-info {
		padding-left: 20px;
		padding-right: 20px;
	}

		.qui-order-info .quitable td.td1 {
			width: 110px;
		}
}

.qui-mar-t20 {
	margin-top: 20px !important;
}

@media (max-width:640px) {
	.qui-order-info .quitable td {
		font-size: 14px;
		line-height: 24px;
		padding: 5px !important;
		width: auto !important;
	}

		.qui-order-info .quitable td.quiimg {
			display: none;
		}

		.qui-order-info .quitable td.td1,
		.qui-order-info .quitable td b {
			font-weight: normal;
			font-size: 14px;
		}

	.qui-order-info {
		padding: 15px 10px;
		margin-bottom: 20px;
	}

		.qui-order-info .quitable td.td1 {
			width: 80px !important;
		}

	.qui-fs24 {
		font-size: 18px !important;
	}

	.qui-odbtn {
		margin-bottom: 10px;
	}
}


.qui-person .qui-adv {
	width: 80px;
	position: relative;
	height: 80px;
}

	.qui-person .qui-adv .qui-imgbg {
		height: 80px;
		border-radius: 50%;
		width: 80px;
	}

.qui-person .qui-adv-edt {
	padding-left: 18px;
	font-size: 16px;
}

	.qui-person .qui-adv-edt .h3 {
		font-size: 24px;
		font-weight: normal;
		margin-bottom: 4px;
	}

.qui-person .quiico {
	width: 150px;
	text-align: center;
	position: relative;
	overflow: visible;
}

	.qui-person .quiico:after {
		content: '';
		width: 1px;
		height: 50px;
		position: absolute;
		left: 100%;
		top: 50%;
		margin-top: -25px;
		background: #f1f1f1;
	}

	.qui-person .quiico:last-child:after {
		display: none;
	}

	.qui-person .quiico i {
		margin: 0 auto 10px;
	}

@media (max-width:740px) {
	.qui-person .quiico {
		width: 100px;
	}
}

@media (max-width:640px) {
	.qui-person .qui-adv {
		height: 120px;
	}

		.qui-person .qui-adv .qui-imgbg {
			margin-top: 20px;
		}

	.qui-person .quiii {
		width: 100%;
		display: table-header-group;
		padding-bottom: 10px;
	}

	.qui-person .quiico {
		margin-top: 10px;
		margin-top: -20px;
		width: auto;
	}

	.qui-person .qui-adv-edt .h3 {
		font-size: 18px;
	}

	.qui-person .qui-adv-edt {
		font-size: 14px;
	}

	.qui-person {
		padding-top: 15px;
	}

	.qui-mar-t20 {
		margin-top: 2vw !important;
	}

	.qui-ordertt2 {
		display: inline-block;
		margin: 0;
		text-align: right;
		float: right;
	}
}

.qui-sunny {
	padding: 20px 0;
	background: #ebedee;
}

	.qui-sunny .ULLIST {
		text-align: center;
		font-size: 0;
	}

		.qui-sunny .ULLIST .li {
			display: inline-block;
			vertical-align: top;
			font-size: 16px;
			padding: 0 5px;
			width: 25%;
		}

			.qui-sunny .ULLIST .li .qui-hover {
				display: block;
				color: #28176d;
				text-align: left;
				display: inline-block;
				vertical-align: top;
				cursor: default;
			}

			.qui-sunny .ULLIST .li .quiii {
				width: 60px;
				float: left;
			}

			.qui-sunny .ULLIST .li .quiinfo {
				margin-left: 74px;
			}

			.qui-sunny .ULLIST .li .h3 {
				font-weight: normal;
				font-size: 24px;
				padding: 6px 0;
			}

.qui-selectbox {
	margin: 60px 0 40px;
	background: #fff;
	padding: 0 50px 18px;
	border: 1px solid #ebedee;
}

	.qui-selectbox .quilist {
		padding: 20px 0;
		border-bottom: 1px solid #ebedee;
		line-height: 36px;
		font-size: 16px;
	}

		.qui-selectbox .quilist .quitt {
			display: inline-block;
			vertical-align: top;
			min-width: 100px;
			text-align: center;
			border-radius: 3px;
			color: #fff;
			background: #28176d;
			padding: 0 15px;
			float: left;
			font-weight: bold;
		}

		.qui-selectbox .quilist .quill {
			margin-left: 145px;
		}

		.qui-selectbox .quilist .quia {
			display: inline-block;
			vertical-align: top;
			margin-right: 40px;
		}

			.qui-selectbox .quilist .quia:last-child {
				margin-right: 0;
			}

			.qui-selectbox .quilist .quia.on {
				color: #28176d;
				font-weight: bold;
			}

.qui-group-list .ULLIST {
	margin: -10px;
	overflow: hidden;
}

	.qui-group-list .ULLIST .li {
		width: 25%;
		float: left;
		padding: 10px;
	}

		.qui-group-list .ULLIST .li .qui-hover {
			display: block;
			overflow: hidden;
			background: #fff;
			color: #777;
		}

		.qui-group-list .ULLIST .li .quiinfo {
			padding: 20px;
			text-align: justify;
		}

		.qui-group-list .ULLIST .li .qui-pic {
			padding-bottom: 65.671641791%;
		}

		.qui-group-list .ULLIST .li .h3 {
			font-size: 16px;
			color: #333;
			height: 48px;
		}

		.qui-group-list .ULLIST .li .quitxt {
			line-height: 18px;
			height: 36px;
			margin-bottom: 4px;
		}

		.qui-group-list .ULLIST .li .quimm em {
			padding-right: 5px;
			color: #e6393c;
			font-size: 20px;
		}

@media (max-width:1024px) {
	.qui-group-list .ULLIST .li {
		padding: 1%;
	}

	.qui-group-list .ULLIST {
		margin: -1%;
	}

	.qui-selectbox {
		margin: 30px 0 20px;
		padding: 0 15px;
	}

	.qui-sunny .ULLIST .li .h3 {
		font-size: 18px;
		font-weight: normal;
	}
}

@media (max-width:640px) {
	.qui-group-list .ULLIST .li {
		width: 50%;
	}

		.qui-group-list .ULLIST .li .quiinfo {
			padding: 10px;
		}

		.qui-group-list .ULLIST .li .h3 {
			font-weight: normal;
			font-size: 14px;
		}

		.qui-group-list .ULLIST .li .quitxt {
			font-size: 12px;
		}

		.qui-group-list .ULLIST .li .quimm em {
			font-size: 16px;
		}

	.qui-sunny .ULLIST .li {
		width: 50%;
		padding: 1%;
	}

		.qui-sunny .ULLIST .li .h3 {
			margin: 0 0 0;
			padding-bottom: 2px;
		}

		.qui-sunny .ULLIST .li .quiii {
			float: none;
			margin: 0 auto;
		}

		.qui-sunny .ULLIST .li .quiinfo {
			margin-left: 0;
			text-align: center;
			font-size: 14px;
		}

	.qui-selectbox .quilist .quitt {
		float: none;
	}

	.qui-selectbox .quilist .quill {
		margin-left: 0;
		margin-top: 10px;
	}

	.qui-selectbox .quilist {
		padding: 15px 0;
	}

		.qui-selectbox .quilist .quia {
			margin: 0 5px;
		}
}

.qui-stepbox .ULLIST {
	font-size: 0;
	text-align: center;
	max-width: 840px;
	margin: 40px auto 40px;
}

	.qui-stepbox .ULLIST .li {
		font-size: 16px;
		color: #999;
		display: inline-block;
		vertical-align: top;
		width: 33.333%;
		position: relative;
	}

		.qui-stepbox .ULLIST .li:not(:last-child):after {
			content: '';
			width: 100%;
			left: 50%;
			top: 38px;
			background: #f5f5f5;
			position: absolute;
			height: 4px;
			width: 100%;
		}

		.qui-stepbox .ULLIST .li i {
			display: block;
			width: 80px;
			height: 80px;
			border-radius: 50%;
			text-align: center;
			font-weight: bold;
			background: url(../images/stepbg1.png) center no-repeat;
			font-size: 24px;
			color: #999;
			line-height: 80px;
			margin: 0 auto 20px;
			position: relative;
			z-index: 1;
			background-size: contain;
		}

		.qui-stepbox .ULLIST .li.on {
			color: #28176d;
		}

			.qui-stepbox .ULLIST .li.on i {
				color: #fff;
				background-image: url(../images/stepbg2.png);
			}


.quipaynum {
	background: #ebedee;
	padding: 30px;
	color: #333;
	font-size: 16px;
	text-align: right;
	margin: 50px 0;
}

.qui-pay-way .quitabtt {
	margin-bottom: 40px;
}

	.qui-pay-way .quitabtt .quia {
		display: inline-block;
		vertical-align: top;
		min-width: 100px;
		text-align: center;
		padding: 0 15px;
		background: #7c71a5;
		font-weight: bold;
		font-size: 16px;
		line-height: 36px;
		color: #fff;
		border-radius: 3px;
	}

		.qui-pay-way .quitabtt .quia.on {
			background: #28176d;
		}

.qui-pay-way .ULLIST .li {
	width: 20%;
	padding: 15px;
	max-width: 244px;
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}

.qui-pay-way .ULLIST {
	overflow: hidden;
	margin: -15px;
	font-size: 0;
}

	.qui-pay-way .ULLIST .li .qui-ytable-cell {
		border: 1px solid #f1f1f1;
		padding: 5px;
		height: 72px;
		text-align: center;
		position: relative;
	}

	.qui-pay-way .ULLIST .li.on .qui-ytable-cell:after {
		content: '';
		background: url(../images/libg.png) right bottom no-repeat;
		position: absolute;
		right: -1px;
		bottom: -1px;
		z-index: 2;
		width: 20px;
		height: 20px;
	}

	.qui-pay-way .ULLIST .li .qui-ytable-cell img {
		max-height: 60px;
	}

	.qui-pay-way .ULLIST .li.on .qui-ytable-cell {
		border-color: #28176d;
	}

.qui-ddydbox {
	font-size: 16px;
}

	.qui-ddydbox .li {
		margin-top: 20px;
	}

	.qui-ddydbox .li2 {
		margin-top: 10px;
	}

	.qui-ddydbox .quitt {
		float: left;
		padding-top: 13px;
	}

	.qui-ddydbox .quiint {
		margin-left: 145px;
		max-width: 490px;
	}

	.qui-ddydbox .qui-text {
		padding: 0 20px;
		border-radius: 5px;
		border: 1px solid #e8e8e8;
		height: 50px;
		line-height: 50px;
		background: #f9f9f9;
		font-size: 16px;
	}

	.qui-ddydbox textarea.qui-text {
		height: 150px;
		padding: 13px 20px;
		line-height: 26px;
		text-align: justify;
	}

	.qui-ddydbox .qui-text select {
		display: block;
		line-height: 50px;
		height: 50px;
		padding: 0;
		margin-left: -2px;
		font-size: 16px;
		color: #666;
		width: 100%;
	}

	.qui-ddydbox .qui1 {
		width: 160px;
		float: left;
	}

	.qui-ddydbox .qui2 {
		margin-left: 170px;
	}

	.qui-ddydbox .quimarbox {
		overflow: hidden;
		margin: -5px;
	}

	.qui-ddydbox .qui-w4 {
		width: 25%;
		padding: 5px;
		float: left;
	}

.qui-max990 {
	max-width: 990px !important;
}

.qui-max100 {
	max-width: 100% !important;
}

.qui-ddydbox .qui-ytable-cell {
	padding-top: 13px; /*padding-bottom: 13px;*/
	vertical-align: top;
}

	.qui-ddydbox .qui-ytable-cell .qui-ytable-cell {
		float: left;
		padding: 0;
	}

.qui-ddydbox .quitab1 {
	width: 140px;
	padding-right: 15px;
}

.qui-ddydbox .quitab3 {
	width: 80px;
	padding-left: 15px;
}

.qui-ddydbox .quitab2 {
	width: 202px;
	padding: 0;
}

	.qui-ddydbox .quitab2 .quiput {
		width: 100px;
		line-height: 50px;
		height: 50px;
		text-align: center;
		padding: 0 15px;
		font-size: 16px;
	}

	.qui-ddydbox .quitab2 .quiabox {
		border: 1px solid #e8e8e8;
		border-radius: 5px;
		overflow: hidden;
	}

.qui-ddydbox .quitab4 {
	font-size: 14px;
	color: #999;
}

.qui-ddydbox .qui-ytable-cell .quia {
	width: 50px;
	background: #f9f9f9;
	text-align: center;
	color: #888;
	font-family: '黑体';
	font-size: 30px;
	display: block;
	line-height: 50px;
}

@media (max-width:1024px) {
	.qui-pay-way .quitabtt {
		margin-bottom: 20px;
	}

	.qui-pay-way .ULLIST .li {
		padding: 5px;
	}

	.qui-pay-way .ULLIST {
		margin: -5px;
	}

	.quipaynum {
		margin: 20px 0;
		padding: 20px;
	}

		.quipaynum .qui-fs24 {
			font-size: 20px !important;
		}

		.quipaynum b {
			font-weight: normal;
		}

	.qui-stepbox .ULLIST {
		margin: 25px auto;
	}

	.qui-ddydbox .quitab1 {
		width: 130px;
	}

	.qui-ddydbox .quitab2 {
		width: 162px;
	}

		.qui-ddydbox .quitab2 .quiput {
			width: 60px;
			padding: 0 10px;
		}

	.qui-ddydbox .quitab3 {
		width: 50px;
	}

	.qui-ddydbox .quitab4 {
		padding: 0;
		vertical-align: middle;
	}

	.qui-ddydbox .quiint {
		margin-left: 130px;
	}
}

.qui-mar-b20 {
	margin-bottom: 20px !important;
}

@media (max-width:750px) {

	.qui-ddydbox .li {
		margin-top: 10px;
	}

		.qui-ddydbox .li:first-child {
			margin-top: 0;
		}

	.qui-ddydbox .quiint {
		margin-left: 0;
	}

	.qui-ddydbox .quitt {
		float: none;
		margin-bottom: 10px;
	}

	.qui-ddydbox .qui-w4 {
		width: 50%;
	}

	.qui-ddydbox .qui-ytable-cell {
		display: inline-block;
	}

	.qui-ddydbox .quitab4 {
		display: block;
		padding-top: 10px;
	}

	.qui-ddydbox .quitab1 {
		width: 90px;
		padding-top: 4px;
	}

	.qui-waplh52 {
		line-height: 52px !important;
		padding: 0 !important;
	}

	.qui-ddydbox .qui1 {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	.qui-ddydbox .qui2 {
		margin-left: 0;
	}
}

@media (max-width:640px) {
	.qui-pay-way .quitabtt {
		text-align: center;
	}

		.qui-pay-way .quitabtt .quia {
			font-weight: normal;
			min-width: 0;
			padding: 0 10px;
			margin: 3px;
		}

	.qui-pay-way .ULLIST .li {
		width: 33.33333333%;
	}

		.qui-pay-way .ULLIST .li .qui-ytable-cell {
			height: 46px;
			padding: 2px;
		}

			.qui-pay-way .ULLIST .li .qui-ytable-cell img {
				max-height: 40px;
			}

	.qui-pay-way .ULLIST {
		text-align: center;
	}

	.qui-stepbox .ULLIST .li i {
		width: 46px;
		font-weight: normal;
		font-size: 16px;
		line-height: 46px;
		height: 46px;
		margin-bottom: 10px;
	}

	.qui-stepbox .ULLIST .li:not(:last-child):after {
		height: 2px;
		top: 22px;
	}
}


.qui-homeban .qui-hover {
	display: block;
	width: 100%;
	height: 450px;
	background: center no-repeat;
	background-size: cover;
}

	.qui-homeban .qui-hover img {
		display: none;
	}

.qui-homeban {
	position: relative;
	min-height: 450px;
}

	.qui-homeban .quiinfo {
		width: 240px;
		color: #fff;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -700px;
		background: #28176d;
		overflow: hidden;
	}

		.qui-homeban .quiinfo .quibox {
			background: url(../images/banbg.png) center bottom repeat-x;
			padding: 15px;
		}

	.qui-homeban .quill a {
		color: #e0dee7;
		display: inline-block;
		vertical-align: top;
		margin-right: 15px;
		line-height: 20px;
	}

	.qui-homeban .quiinfo .quitop {
		font-size: 26px;
		text-align: center;
		margin-bottom: 10px;
	}

	.qui-homeban .quiinfo .quitt {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 2px;
	}

	.qui-homeban .divDot {
		position: absolute;
		width: 100%;
		right: 50%;
		margin-right: -700px;
		text-align: right;
		font-size: 0;
		line-height: 14px;
		bottom: 30px;
		z-index: 10;
	}

		.qui-homeban .divDot button {
			display: none;
		}

		.qui-homeban .divDot li {
			width: 14px;
			display: inline-block;
			vertical-align: top;
			height: 14px;
			background: #fff;
			border-radius: 50%;
			margin-left: 10px;
			border: 3px solid #fff;
		}

			.qui-homeban .divDot li.slick-active {
				background: transparent;
			}

@media (max-width:1460px) {
	.qui-homeban .divDot {
		margin-right: 0;
		right: 2%;
	}

	.qui-homeban .quiinfo {
		left: 2%;
		margin-left: 0;
	}

	.qui-homeban .qui-hover {
		background-position: right center;
	}
}

@media (max-width:1024px) {
	.qui-homeban .quiinfo {
		background: none;
	}
}

@media (max-width:640px) {
	.qui-homeban .quiinfo {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
		background: #28176d;
	}

	.qui-homeban .qui-hover img {
		display: block;
	}

	.qui-homeban .qui-hover {
		height: auto;
		background: none;
	}

	.qui-homeban {
		min-height: 0;
	}

		.qui-homeban .quiinfo .quitop {
			font-size: 20px;
		}

		.qui-homeban .divDot {
			bottom: 15px;
			text-align: center;
		}
}

.qui-homebox2 {
	padding: 50px 0;
	background: #fff;
}

.qui-homebox-lg {
	width: 47.8571428571%;
}

	.qui-homebox-lg .slick-track {
		margin-left: 0;
	}

	.qui-homebox-lg .ULLIST .li .h3 {
		font-size: 14px;
		font-weight: normal;
		text-align: center;
		color: #888;
		line-height: 16px;
		margin-top: 14px;
	}

	.qui-homebox-lg .ULLIST .li {
		padding: 5px;
	}

	.qui-homebox-lg .ULLIST {
		margin: -5px;
	}

		.qui-homebox-lg .ULLIST .li .qui-ytable-cell {
			background: #f9f9f9;
			height: 60px;
			text-align: center;
		}

			.qui-homebox-lg .ULLIST .li .qui-ytable-cell img {
				max-height: 60px;
			}


.qui-home-tt {
	position: relative;
	margin-bottom: 26px;
	padding-left: 20px;
	border-left: 4px solid #28176d;
	line-height: 1;
}

	.qui-home-tt .h3 {
		color: #28176d;
		font-size: 24px;
		font-weight: normal;
	}

	.qui-home-tt .p {
		color: #bbb;
		font-size: 18px;
		font-weight: normal;
		margin-top: 5px;
	}

.qui-btnall {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	background: center no-repeat;
	width: 24px;
	height: 24px;
	background-size: contain;
}

	.qui-btnall.qui-prev {
		background-image: url(../images/hbtn1.png);
		right: 34px;
	}

	.qui-btnall.qui-next {
		background-image: url(../images/hbtn2.png);
	}

.qui-homebox-lg .slick-arrow {
	opacity: 0;
}

@media (max-width:1024px) {
	.qui-homebox2 {
		padding: 40px 0;
	}

	.qui-home-tt {
		margin-bottom: 20px;
		padding-left: 12px;
		border-width: 2px;
	}

		.qui-home-tt .p {
			font-size: 16px;
		}

		.qui-home-tt .h3 {
			font-size: 20px;
		}

	.qui-homebox-lg .ULLIST .li .h3 {
		margin-top: 5px;
	}
}

@media (max-width:640px) {
	.qui-homebox-lg {
		width: 100%;
		float: none !important;
	}

		.qui-homebox-lg.qui-fr {
			margin-top: 40px;
		}
}


.qui-homebox1 {
	background: #f9f9f9;
	padding-top: 80px;
}

.qui-home-tab {
	padding-bottom: 80px;
}

	.qui-home-tab .quitabtt {
		font-size: 0;
		position: absolute;
		right: 0;
		top: 2px;
	}

		.qui-home-tab .quitabtt .quia {
			font-size: 16px;
			color: #888;
			display: inline-block;
			vertical-align: top;
			margin: 0 0 2px 10px;
			min-width: 120px;
			background: #ebedee;
			padding: 0 15px;
			border-radius: 40px;
			line-height: 40px;
			text-align: center;
		}

			.qui-home-tab .quitabtt .quia.on {
				background: #28176d;
				color: #fff;
			}

	.qui-home-tab .ULLIST {
		margin: -10px;
		overflow: hidden;
	}

		.qui-home-tab .ULLIST .li {
			width: 33.333333%;
			float: left;
			padding: 10px;
		}

			.qui-home-tab .ULLIST .li .qui-hover {
				display: block;
				overflow: hidden;
				background: #fff;
				color: #777;
			}

			.qui-home-tab .ULLIST .li .quiinfo {
				padding: 13px 20px;
				text-align: justify;
			}

			.qui-home-tab .ULLIST .li .qui-pic {
				padding-bottom: 220px;
			}

			.qui-home-tab .ULLIST .li .h3 {
				font-size: 16px;
				color: #333;
				height: 48px;
			}

			.qui-home-tab .ULLIST .li .quitxt {
				line-height: 18px;
				height: 36px;
				margin-bottom: 4px;
			}

			.qui-home-tab .ULLIST .li .quimm em {
				padding-right: 5px;
				color: #e6393c;
				font-size: 20px;
			}

	.qui-home-tab .quill {
		width: 335px;
		float: left;
	}

	.qui-home-tab .quirr {
		margin-left: 355px;
	}

	.qui-home-tab .qui-divbox {
		overflow: hidden;
	}

	.qui-home-tab .quill .qui-pic {
		display: block;
		padding-bottom: 740px;
	}

@media (max-width:1024px) {
	.qui-homebox1 {
		padding-top: 40px;
	}

	.qui-home-tab {
		padding-bottom: 40px;
	}

		.qui-home-tab .quitabtt .quia {
			min-width: 0;
		}

		.qui-home-tab .ULLIST .li {
			padding: 5px;
		}

		.qui-home-tab .ULLIST {
			margin: -5px;
		}

		.qui-home-tab .quill {
			width: 310px;
		}

		.qui-home-tab .quirr {
			margin-left: 320px;
		}

		.qui-home-tab .ULLIST .li .quiinfo {
			padding: 15px 20px;
		}
}

@media (max-width:800px) {
	.qui-home-tab .quill {
		display: none;
	}

	.qui-home-tab .quirr {
		margin-left: 0;
	}

	.qui-home-tab .ULLIST .li .qui-pic {
		padding-bottom: 65.671642%;
	}

	.qui-home-tab .quitabtt {
		position: relative;
		right: auto;
		top: 10px;
		margin-left: -14px;
	}

	.qui-homebox1 .qui-home-tt {
		border-color: transparent;
	}

		.qui-homebox1 .qui-home-tt .quia {
			margin: 2px;
			padding: 0 10px;
			line-height: 30px;
			font-size: 12px;
		}

		.qui-homebox1 .qui-home-tt:after {
			left: 0;
			content: '';
			width: 2px;
			height: 40px;
			background: #28176d;
			position: absolute;
			top: 0;
		}

	.qui-home-tab .ULLIST .li {
		width: 50%;
	}

		.qui-home-tab .ULLIST .li .quiinfo {
			padding: 10px;
		}

		.qui-home-tab .ULLIST .li .h3 {
		}
}

/*悬浮*/
.qui-floatbox {
	position: fixed;
	background: #000;
	width: 50px;
	right: 0;
	top: 0;
	z-index: 99;
	height: 100%;
	color: #fff;
}

	.qui-floatbox a {
		color: #fff;
	}

	.qui-floatbox .quia {
		border-top: 1px solid #333;
		height: 80px;
		display: block;
		text-align: center;
		background: center 20px no-repeat;
		padding-top: 45px;
	}

	.qui-floatbox .quia4 {
		position: absolute;
		width: 100%;
		background: url(../images/topback.png) center no-repeat;
		right: 0;
		bottom: 0;
	}

	.qui-floatbox .ULLIST {
		border-bottom: 1px solid #333;
		position: absolute;
		right: 0;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.qui-floatbox .li {
		position: relative;
	}

		.qui-floatbox .li .quiimgbox {
			display: none;
			position: absolute;
			width: 96px;
			right: 100%;
			top: 0;
			background: #fff;
			padding: 5px;
		}

			.qui-floatbox .li .quiimgbox img {
				display: block;
				width: 100%;
			}

		.qui-floatbox .li:hover .quiimgbox {
			display: block;
		}

.qui-msg-pop {
	position: absolute;
	background: #fff;
	padding: 25px;
	left: 50%;
	top: 50%;
	width: 96%;
	max-width: 380px;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	border-radius: 5px;
	margin-right: 96%;
	overflow: auto;
}

	.qui-msg-pop .qui-form-info .liTT {
		text-align: center;
		font-size: 20px;
		color: #28176d;
		margin-bottom: 20px;
		font-weight: bold;
	}

	.qui-msg-pop .qui-form-info .liBtn {
		margin-top: 20px;
	}

	.qui-msg-pop .qui-form-info {
		width: 100%;
		max-width: 100%;
	}

	.qui-msg-pop .quicls {
		position: absolute;
		width: 30px;
		height: 30px;
		color: #000;
		position: absolute;
		right: 0;
		top: 10px;
		line-height: 30px;
		font-size: 20px;
	}

@media (max-width:1024px) {
	.qui-floatbox {
		display: none;
	}

	.qui-warp {
		padding-left: 2%;
		padding-right: 2%;
	}
}

.qui-lv-info3 {
	padding-top: 60px;
}

	.qui-lv-info3 .quiname {
		font-weight: bold;
		text-align: center;
		font-size: 28px;
		color: #28176d;
		line-height: 1;
		margin-bottom: 20px;
	}

.qui-lv-info {
	background: #fff;
	padding: 30px;
	border: 1px solid #ebedee;
}

.qui-lv-info2 {
	margin-top: 30px;
}


.qui-lv-info22 {
	border: 1px solid #ebedee;
	border-bottom: 5px solid #ebedee;
	position: relative;
	background: #fff;
	z-index: 99;
	padding: 20px 20px 0;
	top: 0;
	margin-bottom: -30px;
}

	.qui-lv-info22.on {
		position: fixed;
	}

.qui-lv-infoH {
	height: 30px;
}

	.qui-lv-infoH.on {
		height: 70px;
	}

.qui-lv-info22 .quitabtt {
	font-size: 0;
}

.qui-lv-info22 .qui-btn-fm {
	min-width: 80px;
	font-size: 14px;
	line-height: 32px;
	margin-top: -5px;
	display: none;
}

.qui-lv-info22.on .qui-btn-fm {
	display: inline-block;
}

.qui-lv-info22 .quitabtt .quia {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	border-bottom: 5px solid transparent;
	padding-bottom: 20px;
	margin-bottom: -5px;
	margin-right: 60px;
}

	.qui-lv-info22 .quitabtt .quia:last-child {
		margin-right: 0;
	}

	.qui-lv-info22 .quitabtt .quia.on {
		border-color: #28176d;
		color: #28176d;
		font-weight: bold;
	}

.qui-lv-info .fixedItem {
	padding: 20px 0;
	overflow: hidden;
	clear: both;
}


@media (max-width:1024px) {
	.qui-lv-info22 {
		overflow-X: auto;
		overflow-y: hidden;
	}

		.qui-lv-info22 .quitabtt .quia {
			margin-right: 10px;
			font-size: 14px;
		}

		.qui-lv-info22 .quitabtt {
			display: flex;
			min-width: 900px;
		}

			.qui-lv-info22 .quitabtt a {
				flex: auto;
				color: #666;
			}

		.qui-lv-info22 .qui-btn-fm {
			height: 32px;
		}

	.qui-lv-info .fixedItem {
		padding: 5px 0;
	}
}



.qui-lv-info2 .quitabtt .quia {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	border-bottom: 5px solid transparent;
	padding-bottom: 20px;
	margin-bottom: -5px;
	margin-right: 60px;
}

	.qui-lv-info2 .quitabtt .quia:last-child {
		margin-right: 0;
	}

	.qui-lv-info2 .quitabtt .quia.on {
		border-color: #28176d;
		color: #28176d;
		font-weight: bold;
	}

.qui-lv-info2 .qui-divbox {
	padding: 30px 0 15px;
}

.qui-sgbox h3 {
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2;
	margin: 12px 0;
	color: #28176d;
}

.qui-sgbox .quili {
	padding: 5px 0;
	line-height: 30px;
	overflow: hidden;
}

	.qui-sgbox .quili .quitt {
		display: inline-block;
		vertical-align: top;
		padding: 0 10px;
		border-radius: 5px;
		line-height: 36px;
		text-align: center;
		min-width: 100px;
		color: #fff;
		background: #28176d;
		font-weight: bold;
		float: left;
	}

	.qui-sgbox .quili .quitxt {
		margin-left: 120px;
		padding-top: 3px;
		display: block;
	}

.qui-lv-info2 .qui-discuss .ULLIST .li:first-child {
	border-top: 1px solid #ebedee;
}

.qui-lv-info1 .quill {
	width: 50%;
	float: left;
}

.qui-lv-info1 .quiimgbox .qui-pic {
	padding-bottom: 65.671642%;
}

.qui-lv-info1 .quiimgbox {
	margin-bottom: 30px;
}

.quiDot {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-size: 0;
	line-height: 14px;
	bottom: 20px;
	z-index: 10;
}

	.quiDot button {
		display: none;
	}

	.quiDot li {
		width: 14px;
		display: inline-block;
		vertical-align: top;
		height: 14px;
		background: #fff;
		border-radius: 50%;
		margin-left: 10px;
		border: 3px solid #fff;
	}

		.quiDot li.slick-active {
			background: transparent;
		}

.qui-lv-info1 .quiinfo {
	position: relative;
	padding-right: 100px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebedee;
}

.qui-lv-info1 .quiabox {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0;
}

	.qui-lv-info1 .quiabox .quia {
		display: inline-block;
		vertical-align: top;
		width: 40px;
		height: 40px;
		margin-left: 10px;
		cursor: pointer;
	}

	.qui-lv-info1 .quiabox .qui-mark {
		background-image: url(../images/lvico1.png);
	}

		.qui-lv-info1 .quiabox .qui-mark.on {
			background-image: url(../images/lvico11.png);
		}

	.qui-lv-info1 .quiabox .qui-share {
		background-image: url(../images/lvico2.png);
		position: relative;
	}

.qui-lv-info1 .bshare-custom .bshare-more.more-style-addthis {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.qui-lv-info1 .laydate-theme-molv .layui-laydate-content {
	border: none;
}

.qui-lv-info1 .layui-laydate-content th {
	background: #7c71a5;
	font-weight: bold;
	color: #fff;
}

.qui-lv-info1 .layui-laydate,
.qui-lv-info1 .layui-laydate-hint {
	box-shadow: none !important;
}

.qui-lv-info1 .layui-laydate-content {
	padding: 0;
}

.qui-lv-info1 .layui-laydate-static {
	display: block;
	width: 100%;
	box-shadow: none !important;
}

.qui-lv-info1 .layui-laydate-content table,
.qui-lv-info1 .layui-laydate-main {
	width: 100%;
}

.qui-lv-info1 .layui-laydate-content td,
.qui-lv-info1 .layui-laydate-content th {
	height: 60px;
}

.qui-lv-info1 .layui-laydate-content td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 10px;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	color: #28176d;
}

.qui-lv-info1 .layui-laydate-content .laydate-day-next,
.qui-lv-info1 .layui-laydate-content .laydate-day-prev {
	color: #28176d;
}

.qui-lv-info1 .layui-laydate .laydate-disabled,
.qui-lv-info1 .layui-laydate .laydate-disabled:hover {
	color: #bbb;
}

.qui-lv-info1 .laydate-day-mark {
	line-height: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); /*color: #e6393c;*/
	text-align: right;
	padding: 0 10px 0 2px;
}

.qui-lv-info1 .layui-laydate-content table {
	border-collapse: separate;
	border-left: 1px solid #eee;
}

.qui-lv-info1 .laydate-day-mark::after {
	display: none;
}

#bsBox,
#bsBox *,
#bsWXBox,
#bsWXBox *,
#bsPanelHolder,
#bsPanelHolder * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

@media (max-width:640px) {
	#bsBox *,
	#bsBox {
		max-width: 100%;
	}

		#bsBox .bFind-wrapper-top input {
			width: 90%;
		}

	#bsBox {
		left: 0 !important;
		margin-left: 0 !important;
		max-width: 96%;
		height: auto !important;
	}
}

/*.qui-lv-info1 .quiabox .qui-share:hover{background-image: url(../images/lvico22.png);}*/

.qui-lv-info1 .quiinfo h3 {
	color: #28176d;
	font-size: 24px;
	line-height: 1.25;
	padding: 5px 0;
}

.qui-lv-info1 .quiinfo p {
	color: #777;
	font-size: 16px;
}

.qui-lv-info1 .quirr {
	margin-left: 52%;
}

.qui-lv-info1 .quiinfo2 {
	min-height: 354px;
	padding-top: 30px;
	border-bottom: 1px solid #ebedee;
	color: #555;
	font-size: 16px;
	line-height: 1.875;
	padding-bottom: 30px;
}

.qui-lv-info1 .quiinfo3 {
	padding-top: 30px;
}

.qui-lv-info1 .qui-lvtt {
	line-height: 36px;
	font-size: 16px;
	margin-bottom: 18px;
}

	.qui-lv-info1 .qui-lvtt span {
		display: inline-block;
		vertical-align: top;
		min-width: 100px;
		text-align: center;
		color: #fff;
		background: #28176d;
		border-radius: 5px;
		padding: 0 15px;
		font-weight: bold;
	}

.qui-lv-info1 .laydate-set-ym {
	font-size: 16px;
}

.qui-lv-info1 .quiinfo3 .li {
	padding: 5px 0;
	overflow: hidden;
}

.qui-lv-info1 .quiinfo3 .liBtn {
	margin-top: 60px;
}

.qui-lv-info1 .quiinfo3 .quitt {
	float: left;
}

.qui-lv-info1 .quiinfo3 .quiint {
	margin-left: 110px;
}

.qui-lv-info1 .quiinfo3 .li .qui-text {
}

.qui-lv-info1 .qui-text {
	padding: 0 20px;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	height: 50px;
	line-height: 50px;
	background: #f9f9f9;
	font-size: 16px;
	width: 100%;
}

	.qui-lv-info1 .qui-text select {
		display: block;
		line-height: 50px;
		height: 50px;
		padding: 0;
		margin-left: -2px;
		font-size: 16px;
		color: #666;
		width: 100%;
	}

.qui-w-auto {
	width: auto !important;
}

.qui-lv-info1 .quiinfo3 {
	font-size: 16px;
}

	.qui-lv-info1 .quiinfo3 .li .quibb {
		border-radius: 5px;
		border: 1px solid #e8e8e8;
		font-size: 0;
	}

	.qui-lv-info1 .quiinfo3 .li .quia {
		width: 50px;
		background: #f9f9f9;
		text-align: center;
		color: #888;
		font-family: '黑体';
		font-size: 30px;
		line-height: 50px;
	}

	.qui-lv-info1 .quiinfo3 .li .quimm {
		margin: 0 50px;
	}

	.qui-lv-info1 .quiinfo3 .li .quiput {
		width: 100%;
		line-height: 50px;
		height: 50px;
		text-align: center;
		padding: 0 10px;
		font-size: 16px;
		display: block;
	}

	.qui-lv-info1 .quiinfo3 .li .quiw2 {
		width: 50%;
		float: left;
		line-height: 50px;
		padding: 5px;
	}

	.qui-lv-info1 .quiinfo3 .li .qui4 {
		padding-left: 10px;
	}

	.qui-lv-info1 .quiinfo3 .li .quiqqq {
		margin: -5px;
	}

.qui-discuss .quiadv .quiii {
	width: 60px;
	height: 60px;
	position: relative;
	border-radius: 50%;
}

.qui-discuss .quiadv .quidd {
	color: #666;
	padding-left: 10px;
}

.qui-discussform {
	padding: 0 0 30px;
}

	.qui-discussform .qui-form-info {
		margin-left: 0;
	}

		.qui-discussform .qui-form-info .liBtn {
			margin-top: 20px;
			text-align: left;
		}

.span20220524 {
	position: absolute;
	z-index: 99;
	background: #28176d;
	color: #fff;
	padding: 0 6px;
	line-height: 22px;
	font-size: 12px;
}


@media (max-width:1024px) {
	.qui-lv-info2 .quitabtt {
		text-align: center;
		border-bottom-width: 2px;
	}

		.qui-lv-info2 .quitabtt .quia {
			margin: 5px 5px -2px !important;
			font-size: 16px;
			border-bottom-width: 2px;
		}

	.qui-lv-info {
		padding: 10px;
	}

	.qui-lv-info1 {
		margin-top: 2vw;
	}

	.qui-lv-info2 {
		margin-top: 2vw;
	}

	.qui-lv-info3 {
		padding-top: 30px;
	}

		.qui-lv-info3 .quiname {
			font-size: 20px;
		}

	.qui-lv-info1 .quiinfo h3 {
		font-size: 20px;
		font-weight: normal;
	}

	.qui-lv-info1 .quiinfo2 {
		min-height: 0;
		padding: 20px 0;
	}

	.qui-lv-info1 .quiinfo3 {
		min-height: 0;
		padding-top: 20px;
	}

		.qui-lv-info1 .quiinfo3 .liBtn {
			margin-top: 15px;
		}

		.qui-lv-info1 .quiinfo3 .li .quiw2 {
			float: none;
			width: 100%;
		}

		.qui-lv-info1 .quiinfo3 .li .quibb {
			max-width: 180px;
		}
}

@media (max-width:900px) {
	.qui-lv-info1 .quill {
		width: 100%;
		float: none;
	}

	.qui-lv-info1 .quiimgbox {
		margin-bottom: 2vw;
	}

	.qui-lv-info1 .quirr {
		margin-left: 0;
		margin-top: 30px;
	}
}

@media (max-width:640px) {
	.qui-sgbox .quili .quitt {
		float: none;
	}

	.qui-sgbox .quili .quitxt {
		margin-left: 0;
	}

	.qui-lv-info2 .quitabtt .quia {
		padding: 12px 0;
	}

	.qui-lv-info1 .quiabox {
		position: relative;
		right: 0;
		margin-top: 10px;
	}

	.qui-lv-info1 .quiinfo {
		padding-right: 0;
	}

	.qui-lv-info1 .quiinfo3 .quitt {
		float: none;
	}

		.qui-lv-info1 .quiinfo3 .quitt.qui-lh50 {
			line-height: 24px !important;
			padding-bottom: 8px;
		}

	.qui-lv-info1 .quiinfo3 .quiint {
		margin-left: 0;
	}

	.qui-lv-info1 .laydate-day-mark {
		transform: translateY(-50%) scale(.7);
		text-align: center;
		padding: 0;
	}

	.qui-lv-info1 .layui-laydate-content td, .qui-lv-info1 .layui-laydate-content th {
		height: 34px;
		text-align: center;
	}
}
